'Declaration Public Function New( _
ByVal utcDateTimeThe date time, which is based on Coordinated Universal Time (UTC).As System.DateTime, _
ByVal offsetFromUtcThe offset from UTC.As System.Nullable(Of TimeSpan) _
)
public DicomDateTime(
System.DateTime utcDateTime,
System.Nullable<TimeSpan> offsetFromUtc
)
public: DicomDateTime(
System.DateTime utcDateTime,
System.Nullable<TimeSpan*>* offsetFromUtc
)
public:
DicomDateTime(
System.DateTime utcDateTime,
System.Nullable<TimeSpan^>^ offsetFromUtc
)
Parameters
- utcDateTime
- The date time, which is based on Coordinated Universal Time (UTC).
- offsetFromUtc
- The offset from UTC.